home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 5 / SVM Multimedia - Villagina 5.iso / mac / SVMM_5 / MAIRIE.DIR / 00100_Script_100 < prev    next >
Text File  |  1996-01-11  |  307b  |  16 lines

  1. on exitFrame
  2.   global separateur,mairie
  3.   
  4.   rolldetect
  5.   
  6.   if not soundBusy(1) then 
  7.     sound playFile 1, the pathname & "sons"&separateur&"ambiance.aif"
  8.   end if
  9.   if mairie = 1 then
  10.     puppetsprite 14, true
  11.     set the locv of sprite 14 to 560
  12.   end if
  13.   gestcb
  14.   
  15.   go to the frame
  16. end